home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr1.dir / 00081_Script_81 < prev    next >
Text File  |  1995-11-29  |  241b  |  18 lines

  1. on exitFrame
  2.   --5
  3.   
  4.   HL 45,33
  5.   
  6.   preLoadCast 32
  7.   
  8.   if rollover(3) then
  9.     show "P005.a"
  10.   else
  11.     set gKeepOn = FALSE --flag to disable hotbuttons
  12.     reshow "5", "P005"
  13.     prompt2
  14.   end if
  15.   
  16.   go the frame
  17.   
  18. end